Fix gdk_x11_display_text_property_to_text_list
authorMatthias Clasen <mclasen@redhat.com>
Fri, 24 Dec 2010 21:27:31 +0000 (16:27 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 24 Dec 2010 21:27:31 +0000 (16:27 -0500)
commit29eb3fba5f3a8e85c19cd3bd404f9e88a1541805
tree6251d477013bad5529d67ef485a6ad369b6a3224
parent92f163d40a037ae083b8a55bb2f8129740a42a62
Fix gdk_x11_display_text_property_to_text_list

This was an incomplete attempt to get rid of the custom free function.
Lets just keep it for now. Bug 637849, patch by Dan Winship.

Also add a test case for this function.
gdk/tests/Makefile.am
gdk/tests/encoding.c [new file with mode: 0644]
gdk/x11/gdkselection-x11.c